26/02/2021
[Study Group] Bayesian Statistics with the Rethinking Material 5
How we inspect ulam() objects:
precis() = parameter estimates and diagnostics
show() = chain sampling time, model formula
pairs() = shapes of parameter posterior
distributions, and their correlations which each
other
traceplot() = trace plot of chains and samples in
sequential order
trankplot() = trank plot of ranked samples
extract.samples() = extracts samples from chains
after warmup has finished